.container-fluid {
    max-width: 90%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 30px;
}

.puprple_btn {
    background-color: var(--primary);
    padding: 12px 45px;
}

.navbar {
    padding-top: 10px;
}

.Smart-Learning li {
    padding-bottom: 15px;
}

.service_text.Learning-wrapper {
    padding: 0px 0px 0px 50px;
}

.Learning-main-wrap .inner_sec {
    max-width: 1340px;
    margin: 0 auto;
    background-color: var(--white);
    padding: 70px 0;
    border-radius: 30px;
    border: solid 1px var(--border);

    -webkit-box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
    -moz-box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
    box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
}

.Learning-main-wrap .service_blocks {
    padding: 0;
}

.how-work-wrap .work_box .work_text {
    padding-right: 20px;
}

.how-work-wrap .work_box {
    height: 265px;
    margin-bottom: 40px;
}

.how-work-wrap .work_box .work_title {
    margin-bottom: 10px;
}

.about-wrap .growth_title h2 {
    max-width: 100%;
}

.contact_form.contact-home form {
    margin-top: 0 !important;
}

.home-form {
    padding-top: 0px;
}

.home-form .contact_info ul.contact_info_list li {
    background: #fff;
    padding: 30px;
    border: solid 1px var(--border);
    border-radius: 20px;
}

.contact_inner .contact_form form .form-group textarea.form-control {
    height: 120px !important;
    padding-top: 15px !important;
}

footer .top_footer .social-wrapper ul.social_media {
    justify-content: flex-start;
    padding-bottom: 30px;
}

footer .top_footer .social-wrapper .abt_side .app_btn li {
    margin: 0 15px 0 0;
}

footer .top_footer .social-wrapper .abt_side .app_btn li:last-of-type {
    margin: 0;
}

footer h6 {
    margin-bottom: 35px;
}

footer .top_footer .logo {
    margin-bottom: 30px;
}

footer .app_btn li a {
    padding: 8px 20px;
}

footer .app_btn li a img {
    height: 25px;
    object-fit: contain;
}

footer .top_footer .abt_side p {
    padding: 0 30px 0px 0;
}

.navbar-brand img {
    width: 110px;
}

header.fix_style.fixed .navbar-brand img {
    max-width: 85px;
}

header.fix_style {
    padding: 6px 0;
}

.section_title p.best-paragrph {
    padding: 0px 120px;
}

.map_section {
    margin: 0;
    padding: 0;
}

.contact_page_section .contact_inner .contact_info.contect-page .section_title {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.contact_page_section .contact_inner .contact_info.contect-page .contact_info_list li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.bred_text.breadcrams-wrap h1 {
    font-size: 40px;
    padding-top: 15px;
}

.bred_crumb.inner-banner {
    min-height: 350px;
    margin-bottom: 0;
}

.bred_text.breadcrams-wrap {
    padding-top: 70px;
}

section.signup_section.login-wrap {
    padding: 40px 0px;
}

.signup_section .form_block .side_screen .scrren {
    position: relative;
}

.signup_section .form_block .form_side {
    height: fit-content;
    margin-bottom: 40px;
}

.signup_section .form_block {
    align-items: center;
    padding: 40px 70px 0px 70px;
}

.signup_section .form_block .form_side .top_part {
    padding-bottom: 20px;
}

.privacy-content h3 {
    font-size: 30px;
}

.privacy-content {
    padding-bottom: 15px;
}

.privacy-content h5 {
    font-size: 20px;
}

.privacy-content ul.feature_list.Smart-Learning li {
    display: flex;
    gap: 6px;
    padding: 0;
}

.privacy-content ul.feature_list.Smart-Learning li .icon span {
    color: var(--primary);
}

.privacy-content p span {
    font-weight: 600;
}

section.row_am.privacy-wrap {
    padding-bottom: 0;
}

section.row_am.privacy-wrap .privacy-content:last-of-type {
    padding-bottom: 0;
}

.contact_page_section .contact_inner .contact_form form .form-group .form-control {
    height: 55px;
}

.elevate_growth_section .watch-video {
    right: 150px;
    top: 20px;
    width: 115px;
}

/* profile css */

.TM-profile-main {
    width: 100%;
    margin: auto;
    padding: 0px 0px 40px 0px;
}

.TM-main-wrap {
    display: flex;
    gap: 15px;
    width: 100%;
}

.profile-tab-hadder {
    width: 320px;
}

.profile-tab-hadder ul {
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.profile-tab-hadder ul li a.tab-link.active {
    color: #2b1f97;
    background: #eeecff;
}

.profile-tab-hadder ul li a.tab-link.active .profile-tab-img {
    background-color: #2b1f97;
}

.profile-tab-hadder ul li a.tab-link.active .profile-tab-img iconify-icon {
    color: #fff;
}

.profile-tab-hadder ul li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
}

.profile-tab-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-tab-img {
    padding: 12px;
    background: #f7f7f7;
    border-radius: 50px;
    display: inline-flex;
}

.profile-tab-img iconify-icon {
    font-size: 20px;
}

.profile-tab-box h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.profile-tab-hadder ul li:last-of-type a {
    border-bottom: none;
}

/* .TM-tab-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e8e8e8;
    width: calc(100% - 320px);
} */

.persenal-details-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
}

.Personal h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.image-container {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #2c1e99;
    background-color: #4ca5f1;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 70px;
}

.camera-icon {
    position: absolute;
    bottom: 0px;
    right: -5px;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
}

.camera-icon iconify-icon {
    font-size: 17px !important;
}

.image-container input[type="file"] {
    display: none;
}

.UserDetail .section {
    padding: 14px 0;
    border-top: 1px solid #ececec;
}

.BoxContainer, .form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px; */
}

.ViewSec {
    display: flex;
    gap: 10px;
}

.ViewSec .label {
    min-width: 200px;
    width: 200px;
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}

.ViewSec .value {
    font-size: 15px;
    color: #595959;
}

.edit {
    color: #2853af;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    font-size: 14px;
    border: none;
    padding: 0;
}

.edit:disabled {
    color: gray;
    cursor: not-allowed;
}

.form-container {
    display: none;
}

.parent-profile {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0;
    gap: 8px;
    position: relative;
    cursor: pointer;
}

.parent-img {
    height: 45px;
    width: 45px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #2c1e99;
}

.parent-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.parent-text h4 {
    font-size: 17px;
    margin: 0;
    position: relative;
    top: 2px;
}

.parent-text span {
    font-size: 14px;
}

.parent-text button {
    padding: 0;
    background: transparent;
    border: none;
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
}

.parent-text {
    padding-right: 35px;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
}

.dropdown-menu {
    padding: 0.7rem 0rem;
    font-size: 0.875rem;
    line-height: 22px;
    color: #5c5776;
    border: none;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    border-radius: 0.5rem;
    right: 0px;
    top: 60px;
    width: 210px;
}

.dropdown-menu:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    right: 14px;
    top: -5px;
    transform: rotate(45deg);
}

.dropdown-item {
    padding: 8px 16px;
}

.dropdown-item iconify-icon {
    position: relative;
    top: 4px;
    padding-right: 4px;
}

a.dropdown-item.signout {
    color: #D60F0F;
}

.parent-profile:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.child-banner {
    background-color: var(--white);
    border-radius: 10px;
    border: solid 1px var(--border);
    width: 100%;
    padding: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.child-img {
    height: 70px;
    width: 70px;
    margin: auto;
}

.child-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.child-details h2 {
    font-size: 24px;
    padding-top: 10px;
}

.child-details p {
    margin: 0;
}

.child-details p>span {
    padding-left: 30px;
    position: relative;
}

.child-details p>span::before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #a99cff;
    left: 10px;
    top: 8px;
    border-radius: 50%;
}

/* .child-details > span {
    border: solid 1px var(--border);
    display: block;
    border-radius: 6px;
    padding: 5px;
    margin-top: 15px;
    background: #dddddd36;
} */
.child-banner-inner {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.clild-first {
    text-align: left;
    padding-right: 30px;
}

.main-child-img {
    height: 145px;
    min-width: 150px;
}

.main-child-img img {
    height: 100%;
    width: 100%;
}

.clild-first h3 {
    font-size: 32px;
    padding-bottom: 15px;
}

.clild-first p {
    margin: 0;
}

.grph-main-wrap {
    height: auto;
    display: flex;
    gap: 15px;
    width: calc(100% - 320px);
}

.grph-main-wrap .TM-tab-wrapper {
    width: 50%;
}

.chart-container {
    height: 225px;
    width: 225px;
    margin: auto;
    position: relative;
}

.chart-container p {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 13px;
    margin: 0;
}

.chart-container p strong {
    display: block;
    font-size: 24px;
    line-height: 28px;
}

.indicater span {
    display: block;
    position: relative;
    padding-left: 18px;
    font-size: 15px;
}

.indicater {
    display: block;
    padding-top: 10px;
}

.TM-tab-wrapper h2 {
    font-size: 20px;
}

.indicater span:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #008000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.indicater span:nth-child(2)::before {
    background-color: #ffff00;
}

.indicater span:nth-child(3)::before {
    background-color: #ff0000;
}

.line-grph {
    width: 100%;
    /* Set a fixed width */
    height: 280px;
    /* Set a fixed height */
}

.line-grph canvas {
    width: 100% !important;
    height: 280px !important;
}

/* select2 style start */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827 !important;
    line-height: 28px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    padding-right: 30px;
}

.select2-container .select2-selection--single {
    height: 28px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 7px;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 12px;
}

.select2-container--open .select2-dropdown--below {
    z-index: 2000 !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 10px;
    padding-top: 1px;
}

.select2-dropdown {
    position: relative;
}

.select2-dropdown {
    border-color: #d8d8d8;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04), 0px 8px 32px rgba(0, 0, 0, 0.06);
    margin-top: 5px;
    border-radius: 7px;
    border-radius: 10px;
}

.select2-container .select2-search--dropdown::before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #aaa;
    pointer-events: none;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    margin: 10px;
    border-radius: 10px;
    border-radius: 8px;
    position: relative;
}

.select2-search__field::placeholder {
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d8d8d8;
    border-radius: 8px;
}

.select2-search__field {
    color: #3f4648 !important;
    padding: 5px 15px !important;
}

.select2-results__option {
    padding: 0.375rem 1rem;
    font-size: 13px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

span.select2-container.select2-container--default.select2-container--open {

    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

span.select2-container.select2-container--default.select2-container--open {
    box-shadow: none !important;
}

[data-color=primary] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-color: #d6dfe8;
}

[data-color=primary] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #eff5f8;
    color: #000;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f5f5f5;
}

.select2-search__field {
    color: #3f4648 !important;
    padding: 5px 15px !important;
}

.select2-container {
    width: 125px !important;
}

/* select2 style end */

.cardflex_header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.cardflex_header h5 {
    font-size: 18px;
    margin: 0;
}

.custom-ranges:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    right: 15px;
    top: -6px;
    border: 1px solid #dee2e6;
    transform: rotate(45deg);
    z-index: 0;
    border-bottom: 0;
    border-right: 0;
}

.custom-ranges input {
    font-size: 12px;
    text-align: right;
    background: #ffffff !important;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.custom-ranges {
    position: absolute;
    width: 200px;
    display: none;
    top: 48px;
    right: 10px;
    cursor: pointer;
}

.custom-ranges iconify-icon {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 3;
}

.filter-outers {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chartdynamic_filter label {
    margin: 0;
    margin-right: 5px;
    font-size: 15px;
}

.filter-outers button.filter {
    background: #fff;
    padding: 0;
    border: 1px solid #aaa;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 5px;
}

.custom-ranges input {
    outline: none;
}

.form-control:focus {
    border-color: #aaa;
    box-shadow: none;
}

.assignment-box {
    width: 100%;
    background: #fff;
    padding: 24px;
    border: solid 1px var(--border);
    border-radius: 15px;
    height: max-content;
    margin-bottom: 15px;
}

.assignment-box h2 {
    font-size: 19px;
    display: flex;
    justify-content: space-between;
}

/* .assignment-box h2 span {
    background: #08b1f324;
    color: #08A0F7;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 18px;
    border-radius: 15px;
    text-transform: capitalize;
    display: block;
} */

.assignment-box p {
    margin-bottom: 8px;
    position: relative;
}

/* .assignment-box>p span:last-of-type {
    background: #08b1f324;
    color: #08A0F7;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 16px;
    border-radius: 4px;
    text-transform: capitalize;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
} */

.assignment-box>p>span {
    padding-left: 15px;
    color: #000000;
    font-size: 15px;
}

.assignment-box>p>span iconify-icon {
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 7px;
}

.asignment-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.asignment {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    padding-top: 5px;
    justify-content: space-between;
}

.asignment-icon span {
    background: #cccccc24;
    padding: 10px 18px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 15px;
    border: 1px solid #0000000a;
}

.asignment-icon span label.done {
    background-color: #13854e1c;
    color: #06733e;
    margin: 0;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #13854e29;
}

.asignment-icon span label.done.pending {
    background: #ffc1070f;
    border: 1px solid #eeb2004f;
    color: #eeb200;
}

.Quiz-btn button.StartQ {
    background: #ffc1070f;
    border: 1px solid #eeb2004f;
    color: #eeb200;
}

.asignment-icon span iconify-icon.arrows {
    margin: 0px 15px;
    font-size: 24px;
    position: relative;
    top: 7px;
}

.asignment-icon span iconify-icon {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.asignment-text p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.asignment-text {
    width: 100%;
}

.asignment-text p span {
    color: #13854E;
    font-size: 15px;
}

.Quiz-btn button {
    background: #13854E;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 5px 13px;
    border-radius: 5px;
}

.Quiz-btn button iconify-icon {
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.grph-main-next {
    height: auto;
    width: calc(100% - 320px);
}

.subject-tab-wrapper ul {
    background: #fff;
    border: solid 1px var(--border);
    border-radius: 6px;
    flex-wrap: inherit;
    width: calc(100% - 115px);
}

.subject-tab-wrapper>button {
    width: 100px;
    background: #4ea8f0;
    border: solid 1px var(--border);
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subject-tab-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    overflow-x: auto;
}

.subject-tab-wrapper ul li button {
    width: 100%;
    padding: 8px 20px;
    color: #000;
    font-size: 15px;
    background-color: transparent;
}

.subject-tab-wrapper.assignment .custom-ranges {
    top: 95px;
}

/* .subject-tab-wrapper ul li button:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2c1f94;
    left: 0;
    bottom: 0;
    margin: auto;
} */
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border: none !important;
    background: inherit;
    outline: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.subject-tab-wrapper ul li button.active {
    color: #4ca6ea !important;
}

.popup-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0000007d;
    left: 0;
    top: 0;
    z-index: 99999;
}

.popup-content {
    height: 500px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    border-radius: 20px;
}

.cup-img {
    height: 140px;
    width: 230px;
    margin: auto;
}

.cup-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-pop-text {
    text-align: center;
}

.main-pop-text h4 {
    font-size: 24px;
}

.main-pop-text>p span {
    color: #0EBD5B;
}

.attempt-box-wrap {
    background: #3e8afd1f;
    display: flex;
    gap: 26px;
    border-radius: 15px;
    padding: 14px 30px;
    justify-content: space-between;
}

.attempt-box iconify-icon {
    font-size: 16px;
}

.attempt-box p {
    margin-bottom: 5px;
}

/* .attempt-box h6 {
    color: #fff;
} */

.popup-content button {
    margin-top: 15px;
    display: block;
    width: 100%;
    border: none;
    background: #3e8afd;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
}

.popup-content button.close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #000000 !important;
    top: -4px;
    right: 10px;
    z-index: 99999;
    opacity: 1;
}

.cup-img.sads {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}

.TM-pagination-wrap {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.TM-pagination-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.TM-pagination-wrap ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
}

.TM-pagination-wrap ul li:first-of-type {
    position: absolute;
    left: 0;
}

.TM-pagination-wrap ul li:last-of-type {
    position: absolute;
    right: 0;
}

.TM-pagination-wrap ul li:last-of-type a {
    border: 1px solid #e8e8e8;
}

.TM-pagination-wrap ul li a.active {
    background: #2853af;
    color: #fff;
}

.TM-pagination-wrap ul li a:hover {
    background-color: #f5f5f5;
    color: #222;
}

.TM-pagination-wrap ul li a iconify-icon {
    font-size: 22px;
    position: relative;
    top: 6px;
}

.TM-pagination-wrap ul li a.TM-pagination-wrap-dots span {
    position: relative;
    top: -5px;
    font-size: 20px;
}

.subject-tab-wrapper ul li button span {
    background: #08b1f324;
    color: #08A0F7;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

.subject-tab-wrapper ul li:nth-child(2) button span {
    background-color: #D2F5E1;
    color: #03C95A;
}

.subject-tab-wrapper ul li:nth-child(3) button span {
    background-color: #f5dcd267;
    color: #fe583e;
}

.subject-tab-wrapper ul li:nth-child(4) button span {
    background: #08b1f324;
    color: #08A0F7;
}

.subject-tab-wrapper ul li:nth-child(5) button span {
    background-color: #D2F5E1;
    color: #03C95A;
}

.subject-tab-wrapper ul li:nth-child(6) button span {
    background-color: #f5dcd267;
    color: #fe583e;
}

.custom-ranges.shows {
    display: block;
}

.overview {
    background-color: var(--white);
    border-radius: 10px;
    border: solid 1px var(--border);
    width: 100%;
    padding: 24px;
    position: relative;
}

.overview h3 {
    font-size: 18px;
    border-bottom: 1px solid #cccccc52;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.overview-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
}

.overview-box {
    width: 33.33%;
    padding-bottom: 15px;
}

.overview-box p:first-of-type {
    color: #666e87;
    margin: 0;
    font-size: 15px;
}

.overview-box p:last-of-type {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.UserDetail .section:last-of-type {
    padding-bottom: 0;
}

.UserDetail .section:last-of-type .Mgop p {
    margin: 0;
}

.ViewSec input {
    border: solid 1px var(--border);
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
}

.UserDetail .section .buttons button {
    background: var(--secondary);
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 5px 14px;
    border-radius: 6px;
}

.UserDetail .section .buttons button.cancel {
    background: #cccccc78;
    color: #000;
    margin-right: 10px;
}







#indicator {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: 30px;
    left: 24px;
}

.indicator-present, .indicator-absent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.color-box {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.present {
    background-color: #34A853;
}

.absent {
    background-color: #EF4444;
}

#calendar {
    width: 100%;
    height: 380px;
}

/* .present-day {
    background-color: #90ee90 !important;
}
.absent-day {
    background-color: #ff6961 !important;
} */
.fc-daygrid-day-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: none;
}

.absent-day .fc-daygrid-day-number {
    color: #EF4444;
}

.present-day .fc-daygrid-day-number {
    color: #34A853;
}

.fc-theme-standard td {
    border: 1px solid #dddddd4a !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

.fc-button-group button {
    background: #cccccc33 !important;
    color: #000 !important;
    border: 1px solid #00000017 !important;
    border-radius: 5px !important;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.fc .fc-button-group {
    gap: 10px;
}

.fc .fc-toolbar {
    flex-direction: row-reverse;
}

.fc .fc-toolbar-title {
    font-size: 20px !important;
}

.subject-tab-wrapper.no-flter ul {
    width: 100%;
    min-width: 770px;
}

.subject-tab-wrapper ul li button iconify-icon {
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.nav-link:focus-visible {
    outline: none;
    box-shadow: none;
    outline: none !important;
}

.globle-hadding h3 {
    font-size: 24px;
    padding-bottom: 8px;
}

.grph-main-next .grph-main-wrap {
    width: 100%;
}

.asignment-icon a {
    background: #2b1f970f;
    color: #2b1f97;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #2b1f9726;
    position: absolute;
    right: 0;
}
.asignment-icon {
    width: 100%;
    position: relative;
}

.asignment-icon a iconify-icon {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.signup_section .form_block .form_side form .form-control {
    border: 1px solid #2c1e9917;
    padding: 12px;
    border-radius: 6px;
    height: 42px;
    background: #2c1e9908;
    font-size: 15px;
}

.signup_section .form_block .form_side form .form-group {
    margin-bottom: 20px;
}

.coustome_checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid #2c1e99;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 6px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    opacity: .5;
}

.coustome_checkbox input[type=checkbox]:hover {
    opacity: 1;
}

.coustome_checkbox input[type=checkbox]:checked {
    background-color: #2c1e99;
    opacity: 1;
}

.coustome_checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 48%;
    width: 5px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.question-wrapper {
    overflow-y: scroll;
    max-height: 282px;
    padding: 15px 0px 0px 0px;
    margin-top: 5px;
}

.question-wrapper .question-box:last-of-type {
    margin-bottom: 0;
}

.question-box {
    border: 1px solid #91919166;
    margin-bottom: 15px;
    border-radius: 8px;
    text-align: left;
    padding: 10px;
    margin-right: 10px;
}

.question-box p {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    padding-bottom: 8px;
}

.question-box>span {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #000;
}

.question-box>span iconify-icon {
    padding-right: 4px;
    color: #0EBD5B;
}

.question-box p span {
    font-weight: 600;
}

.question-box>span.roung iconify-icon {
    color: #E74B28;
}

div#popupreport .attempt-box h6 {
    margin: 0;
}

div#popupreport .attempt-box p {
    line-height: 17px;
    font-size: 15px;
}

div#popupreport .attempt-box-wrap {
    margin-top: 15px;
}

.popup-haddders {
    text-align: left;
    border-bottom: 1px solid #00000014;
    opacity: 1 !important;
    margin: -24px -24px 0px -24px;
    padding: 10px 24px 10px 24px;
    background: #cccccc2e;
    border-radius: 20px 20px 0px 0px;
}

.popup-haddders span {
    font-size: 13px;
    display: block;
    padding-bottom: 6px;
}

.popup-haddders h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 2px;
}

.popup-haddders p {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
}

.in-responsive {
    display: none;
    text-align: left;
}

.subject-tab-wrapper.assignment {
    overflow-x: hidden;
}






.subject-tab-wrapper .tab-wrapper ul {
    width: 100%;
}

.tab-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width:100%;
}

.scroll-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: none;
    font-size: 1.5rem;
    padding: 0 10px;
    cursor: pointer;
    display: none;
}

.scroll-arrow.left {
    left: 0;
}

.scroll-arrow.right {
    right: 0;
}

.tab-wrapper>button {
    background: #fff;
    border: solid 1px var(--border);
    border-radius: 6px;
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.tab-wrapper>button iconify-icon {
    position: relative;
    left: -4px;
    top: 3px;
    font-size: 26px;
}

.tab-wrapper>button.scroll-arrow.right iconify-icon {
    left: -2px;
}

.whychoose_section .choose_icon, .testty-icon, .service_section.best_features .service_text .section_icon {
    position: absolute;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 77px;
    background: #efebfd;
    border-radius: 50%;
    font-size: 28px;
    color: #6a49f2;
    max-width: 70px;
}

.whychoose_dh .whychoose_box:nth-child(2) .choose_icon, .service_section.best_features .service_text .section_icon.Seamless {
    background-color: #bbf4f169;
}

.whychoose_dh .whychoose_box:nth-child(2) .choose_icon iconify-icon, .service_section.best_features .service_text .section_icon.Seamless iconify-icon {
    color: #0bc9be;
}

.whychoose_dh .whychoose_box:nth-child(3) .choose_icon, .service_section.best_features .service_text .section_icon.Parent {
    background-color: #ffeee0;
}

.whychoose_dh .whychoose_box:nth-child(3) .choose_icon iconify-icon, .service_section.best_features .service_text .section_icon.Parent iconify-icon {
    color: #ff8d30;
}

.testty-icon {
    position: relative;
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 66px;
}

.service_section.best_features .service_text .section_icon {
    position: relative;
    display: block;
}

@media (max-width: 1300px) {
    .scroll-arrow {
        display: block;
    }

    .subject-tab-wrapper .tab-wrapper ul {
        width: 85%;
        margin: auto;
    }
}